projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54707a9
)
board: toradex: colibri_vf: unset NFS and LOADS/B
author
Stefan Agner
<
[email protected]
>
Thu, 6 Dec 2018 13:55:03 +0000
(14:55 +0100)
committer
Stefano Babic
<
[email protected]
>
Wed, 9 Jan 2019 15:18:19 +0000
(16:18 +0100)
Safe some space by not selecting CMD_NFS and CMD_LOADS/B.
Signed-off-by: Stefan Agner <
[email protected]
>
Reviewed-by: Lukasz Majewski <
[email protected]
>
configs/colibri_vf_defconfig
patch
|
blob
|
history
diff --git
a/configs/colibri_vf_defconfig
b/configs/colibri_vf_defconfig
index fb0578868d7dd6745d013b2691a9ae1082551b75..41925012571e14ea2ee7b8d6e7f1755cd649c2a4 100644
(file)
--- a/
configs/colibri_vf_defconfig
+++ b/
configs/colibri_vf_defconfig
@@
-23,11
+23,14
@@
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_DFU=y
CONFIG_CMD_FUSE=y
CONFIG_CMD_GPIO=y
+# CONFIG_CMD_LOADB is not set
+# CONFIG_CMD_LOADS is not set
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_DHCP=y
+# CONFIG_CMD_NFS is not set
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_BMP=y